From: Jim Blandy Date: Mon, 15 Mar 1993 01:09:20 +0000 (+0000) Subject: Add extern declaration for do_line_insertion_deletion_costs. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96881 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a790fee23204f8e575f4d4e2ef121ef69e71fe59;p=emacs.git Add extern declaration for do_line_insertion_deletion_costs. --- diff --git a/src/term.c b/src/term.c index c5bc5e247f4..0d414ab2f9b 100644 --- a/src/term.c +++ b/src/term.c @@ -1065,6 +1065,8 @@ calculate_ins_del_char_costs (frame) extern int x_screen_planes; #endif +extern do_line_insertion_deletion_costs (); + calculate_costs (frame) FRAME_PTR frame; {